|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface HTTPAdministration
This interface handles an HTTP administration session triggering request.
The object implementing this interface shall belong to the JCRE to have access to any object. The HTTPAdministration service shall verify that the method parameters are within bounds and all objects passed in as parameters are accessible from the caller’s context.
| Method Summary | |
|---|---|
void |
requestHTTPAdministrationSession(byte[] triggeringParameters,
short offset,
short length)
Request an administration session. |
| Method Detail |
|---|
void requestHTTPAdministrationSession(byte[] triggeringParameters,
short offset,
short length)
The Security Domain of the calling application will handle the PSK TLS security of the communication.
The calling application will be notified of the request execution if it implements the interface HTTPReportListener
triggeringParameters - this buffer contains the administration session triggering parameters
as defined in Amendment B.offset - offset within triggeringParameterslength - length of parameters within triggeringParameters
java.lang.SecurityException - if triggeringParameters is not accessible in the caller’s context.
java.lang.NullPointerException - if triggeringParameters is equal to null.
java.lang.ArrayIndexOutOfBoundsException - if offset or length would lead to access outside array bounds.
javacard.framework.ISOException - with the following reason codes:
-
SW_WRONG_DATA if data within triggeringParameters are not correctly formatted.
-
SW_CONDITIONS_NOT_SATISFIED if operation could not be processed (for example if no SCP 81 support is possible for the calling application).
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||